@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, p, blockquote, th, td {
  margin:0;
  padding:0;
}
body {
  font-family:"Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size:16px;
  text-align:left;
  color:#000;
  background:#f0f0f6
}
a:link, a:visited {
  color:#000;
  text-decoration:none;
}
a:hover{
  color:#e40900;
  text-decoration:none;
}
fieldset, img {
  border:none;
}
legend {
  display:none;
}
img {
  vertical-align:top;
}
em {
  font-style:normal;
}
li {
  list-style:none;
}
h1, h2 {
  font-size:18px;
}
h3, h4, h5, h6{
  font-size:16px;
}
input, button, textarea, select {
  *font-size:100%;
}
input:focus{
  outline:none;
}
.mobile_main-nav{
  display:none;
}

/*---------------header-----------------------*/
.head_top{
  height:67px;
  background:#dbebfe;
  border-bottom:#eaf4fe solid 1px;
}
.head_top_inner{
  width:1200px;
  margin:0 auto;
}
.head_top_inner .wel{
  color:#333;
  margin:0 0 0 40px;
  line-height:67px;
}
.head_top_inner .user{ position: relative;}
.head_top_inner i,.head_top_inner em{
  display: inline-block;
  color:#1a4b91;
  padding:23px 0 23px 20px;
  font-style: normal;
}
.head_top_inner i a{
  display:block;
  background:url(../images/ico_user.png) no-repeat left center;
  background-size:auto 100%;
  padding-left:26px;
  color:#1a4b91
}
.userList{
  position:absolute;
  right:-20px;
  top:60px;
  background:white;
  line-height:35px;
  padding:0 10px;
  border-radius:5px;
  border:1px solid #f1f1f1;
  box-shadow:0 0 8px rgba(22,76,165,0.2);
  display:none;
  z-index: 10;
}
.userList li{
  border-bottom:1px solid #f1f1f1
}
.userList li:last-child{ border:none}

.head_top_inner .edtion{
  margin:0 20px 0 0;
}
.head_top_inner .edtion li{
  float:left;
  line-height:67px;
  padding:0 16px;
  background:url(../images/ico01.png) no-repeat right center;
}
.head_top_inner .edtion li:last-child{
  background:none;
}
.head_top_inner .edtion li img{
  padding:24px 0 0;
}
.banner{
  background:#edf6fe url(../images/banner.jpg) no-repeat center center;
  height:250px;
}
.banner .logo{
  padding:42px 0 0 20px;
}
.site_renshe .banner .slogan{
  padding:7px 0 0 245px;
}
.search_wza{
  padding:40px 0 0;
}
.searchbox{
  width:390px;
  height:30px;
  padding:8px 0 8px 45px;
  border:#d7d7d7 solid 1px;
  background-color:rgba(255,255,255,0.7);
  background-image:url(../images/ico_search.png);
  background-repeat:no-repeat;
  background-position:10px center;
  margin:0 0 0 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.searchbox li{
  float:left
}
.ipt01{
  width:320px;
  height:28px;
  border:none;
  background:none;
  font-size:1rem
} 
.btn01{
  width:66px;
  height:28px;
  border:none;
  cursor:pointer;
  background:none;
  font-size:1.37rem;
  color:#d90b37
}
.slh_wza{
  padding:2px 0 0 7px;
}
.slh_wza li{
  float:left;
  margin:0 0 0 8px;
}
.slh_wza li a,.slh_wza li span{
  display:inline-block;
  height:44px;
  line-height:44px;
  font-size:1.25rem;
  padding: 0 15px 0 3.12rem;
  background-color:rgba(255,255,255,0.6);
  background-repeat:no-repeat;
  background-position:15px center;
  background-size:auto 60%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.slh_wza li a.btn_slh,.slh_wza li .btn_slh{
  background-image:url(../images/ico_slh.png);
}
.slh_wza li a.btn_wza,.slh_wza li .btn_wza{
  background-image:url(../images/ico_wza.png);
}
.nav{
  width: 100%;
  background:url(../images/nav_bg.png) no-repeat center center;
  height:67px;
  margin-top:-7px
}
.no_q_nav{ height: 60px; background: none; background-color: #1a4b91;}
.no_q_nav .nav_ul{ padding: 0; float: none;width:100%}
.no_q_nav .quick_nav{ display: none;}
.large_spacing .nav_ul li{ padding: 0 42px;}


.nav_inner{
  width:1160px;
  margin:0 auto;
  padding:0 20px;
}
.nav_ul{
  width:860px;
  padding:7px 0 0 ;
}
.nav_ul li{
  position: relative;
  float:left;
  line-height:60px;
  padding:0 20px;
  font-size:1.37rem;
  text-align:center;
  transition: all ease-in 0.3s;
}
.nav_ul li.cur{
  background:#4f81bb
}

/*鼠标交互效果2选一*/
@media (min-width:640px) {
  .hoversytle1 li::before {content: "";position: absolute;top: 100%;left: 100%;width: 0;height: 0;border-bottom: 2px solid #d90b37;transition: 0.2s all linear;}
  .hoversytle1 li:hover{ background-color: #558dcd;}
  .hoversytle1 li.cur:hover{background-color: #f30d3e;}
  .hoversytle1 li:hover::before {width: 100%;left: 0;}
  .hoversytle1 li:hover ~ li::before {left: 0;}

  .hoversytle2 li::after{content: "";position: absolute;left:0;bottom:0;display: block;width: 100%;height: 3px;overflow: hidden;background: #c00;transform: scaleX(0);transition:all 0.5s;}
  .hoversytle2 li:hover{ background-color: #558dcd;}
  .hoversytle2 li.cur:hover{background-color: #558dcd;}
  .hoversytle2 li:hover::after{transform: scaleX(1);}
}

.jsrs_bsdt{
  margin:17px 0 0 50px;
}
.jsrs_bsdt a{
  display:block;
  height:28px;
  background:url(../images/ico02.png) no-repeat left center;
  background-size:auto 100%;
  font-size:1.25rem;
  padding-left:2.37rem;
}
.quick_nav{
  margin:17px 0 0 50px;
}
.quick_nav a{
  display:block;
  height:28px;
  background:url(../images/ico02.png) no-repeat left center;
  background-size:auto 100%;
  font-size:1.25rem;
  padding-left:2.37rem;
}
.topnews{
  width:1200px;
  margin:0 auto;
  padding:30px 0 30px
}
.topnews h2{
  font-size:2rem;
  color:#1a4b91
}
.topnews h2 a:link,.topnews h2 a:visited{
  color:#1a4b91
}
.topnews h2 a:hover{
  color:#d90b37;
  text-decoration:underline
}
.topnews p{
  font-size:1.12rem;
  color:#666666;
  padding:10px 0 0
}
.container{
  width:1200px;
  margin:0 auto;
  padding:0 0 28px;
}
.main_image{ width:600px; height:378px; float:left; _display:inline; overflow:hidden;position:relative;}
.main_image ul{position:absolute;top:0;left:0}
.main_image li{float:left;width:100%;height:378px;}
.main_image li a{display:block;width:100%; height:100%; color:#fff}
.main_image li .pic,.main_image li .pic img{ display:block; width:100%; height:100%;}
.main_image .swiper-pagination-bullets{ position:absolute; height:10px; bottom:24px !important; z-index:100 !important;}
.main_image .swiper-pagination-bullet{ background:#fff !important; width:10px; height:10px;-webkit-border-radius: 100%;-moz-border-radius: 100%; border-radius: 100%;}
.main_image .swiper-pagination-bullet-active{background:#d50000 !important}
.main_image li .tit{ position:absolute; width:100%; left:0; right:0; height:45px; line-height:45px; bottom:0; font-size:1.12rem; color:#fff; text-indent:1em; background:url(../images/trans70.png) repeat; z-index:9999}
.main_image .swiper-button-white{ opacity:0.2; transition:all ease-in 0.3s}
.main_image:hover .swiper-button-white{opacity:1}


.list01 li{
  background:url(../images/ico_dot.png) no-repeat left center;
  padding:10px 0 10px 10px;
}
.list01 li .riqi{
  font-size:0.87rem;
  color:#999999
}
.list01 li a{
  display:block;
  width:88%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zlSlide{ height:98px; overflow:hidden; position:relative;} 
.zlSlide .hd{ overflow:hidden;} 
.zlSlide .hd .prev,.zlSlide .hd .next{ display:block;  width:24px; height:97px; overflow:hidden; position:absolute; top:0; cursor:pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;} 
.zlSlide .hd .prev{ background:#bd1a2d url(../images/icoLeft.png) no-repeat center center; left:0;}
.zlSlide .hd .next{ background:#bd1a2d url(../images/icoRight.png) no-repeat center center; right:0} 
.zlSlide .hd ul{ display:none;} 
.zlSlide .bd{ padding:0 0 0 32px;} 
.zlSlide .bd ul{ overflow:hidden; zoom:1; } 
.zlSlide .bd ul li{ margin:0 12px; text-align:center; float:left;} 
.zlSlide .bd ul li a{ display:block; width:165px; height:100px; background:#fff; -webkit-border-radius: 12px; -moz-border-radius: 12px; border-radius: 12px;}
.zlSlide .bd ul li a .img{ height:50px; padding:15px 0 0}

.swiper{
  width:100%;
  height:98px;
  position:relative;
  overflow:hidden
}
.swiper .swiper-button-prev,.swiper .swiper-button-next{
  position:absolute;
  width:32px !important;
  height:98px !important;
  top:0 !important;
  margin:0 !important
}
.swiper .swiper-button-prev{
  left:0 !important;
  background:url(../images/swiper-button-prev.png) no-repeat !important;
}
.swiper .swiper-button-next{
  right:0 !important;
  background:url(../images/swiper-button-next.png) no-repeat !important;
}
.swiper .swiper-slide ul{
  margin-left:-2%;
}
.swiper .swiper-slide ul li{
  float:left;
  width:31.33%;
  margin:0 0 0 2%;
  overflow:hidden;
}
.swiper .swiper-slide img{
  display:block;
  width:100%;
  height:100%;
  transition:ease 0.5s all;
}
.swiper .swiper-slide a:hover img{
  transform:scale(1.08);
}
.service_list{
  padding-top:20px;
}
.service_list ul li{
  float:left;
  width:31.3%;
  text-align:center;
  box-sizing: border-box;
  margin-right: 2%;
}
.service_list ul li:nth-child(3n){margin-right: 0;}
.service_list ul li:nth-child(-n+3){margin-bottom: 15px;}
.service_list ul li p{padding:38px 0 28px; background-color: #f3f8fe;border-radius: 10px;}

.swiper02 .swiper-slide ul li a{
  color:#1a4b91
}
.service_list ul li a:hover{
  color:#e40900
}
.service_list .img{
  display:block;
  height:58px;
  transition:All 0.3s ease-in-out;
  -webkit-transition:All 0.3s ease-in-out;
  -moz-transition:All 0.3s ease-in-out;
  -o-transition:All 0.3s ease-in-out;	
}
.service_list ul li:hover .img{
  transform:translate(0,-6px);
  -webkit-transform:translate(0,-6px);
  -moz-transform:translate(0,-6px);
  -o-transform:translate(0,-6px);
  -ms-transform:translate(0,-6px);
}
.service_list .word{
  display:block;
  padding:8px 0 0;
  line-height: 2;
}

.service_list02{
  margin-top:7px;
  background-color: #f2f4f7;
  border-radius: 0.5rem;
}
.service_list02 ul li{
  float:left;
  width:33%;
  height:110px;
  padding:15px 0 0;
  text-align:center;
}
.service_list02 ul li:last-child{
  border:none;
}
.service_list02 ul li a{
  color:#1a4b91
}
.service_list02 ul li a:hover{
  color:#e40900
}
.service_list02 .img{
  display:block;
  height:58px;
  transition:All 0.3s ease-in-out;
  -webkit-transition:All 0.3s ease-in-out;
  -moz-transition:All 0.3s ease-in-out;
  -o-transition:All 0.3s ease-in-out;	
}
.service_list02 ul li:hover .img{
  transform:translate(0,-6px);
  -webkit-transform:translate(0,-6px);
  -moz-transform:translate(0,-6px);
  -o-transform:translate(0,-6px);
  -ms-transform:translate(0,-6px);
}
.service_list02 .word{
  display:block;
  padding:8px 0 0;
}


.swiper04{
  width:100%;
  height:98px;
  position:relative;
  overflow:hidden
}
.swiper04 .swiper-button-prev,.swiper04 .swiper-button-next{
  position:absolute;
  width:32px !important;
  height:98px !important;
  top:0 !important;
  margin:0 !important
}
.swiper04 .swiper-button-prev{
  left:0 !important;
  background:url(../images/swiper-button-prev.png) no-repeat !important;
}
.swiper04 .swiper-button-next{
  right:0 !important;
  background:url(../images/swiper-button-next.png) no-repeat !important;
}
.swiper04 .swiper-slide ul{
  margin-left:-2%;
}
.swiper04 .swiper-slide ul li{
  float:left;
  width:31.33%;
  margin:0 0 0 2%;
  overflow:hidden;
}
.swiper04 .swiper-slide img{
  display:block;
  width:100%;
  height:100%;
  transition:ease 0.5s all;
}
.swiper04 .swiper-slide a:hover img{
  transform:scale(1.08);
}
.swiper-pagination-bullet{ background: #dfdfdf !important;}
.swiper-pagination-bullet-active{background: #8fb0f3 !important;}


.style01{
  /*height:275px;*/
}
.list02 li{
  background:url(../images/grey_dot.png) no-repeat left center;
  padding:10px 0 10px 15px;
}
.list02 li .riqi{
  font-size:0.87rem;
  color:#999999
}
.list02 li .tit{
  display:block;
  width:88%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list02 li .tit em a{
  color:#666
}
.xxgk_list{
  margin-left:-12px;
}
.xxgk_list li{
  float:left;
  margin:12px 0 0 12px;
}
.xxgk_list li a{
  display:block;
  width:180px;
  height:58px;
  line-height:58px;
  font-size:1.12rem;
  color:#1a4b91;
  padding:0 0 0 60px;
  background-color:#f2f4f7;
  background-repeat:no-repeat;
  background-position:5px 0;
}
.xxgk_list li a:hover{
  background-color:#4669b5;
  color:#fff;
  background-position:5px -58px;
  transition: all .5s;
}
.xxgk_list li.sp01 a{
  background-image:url(../images/ico10.png);	
}
.xxgk_list li.sp02 a{
  background-image:url(../images/ico11.png);	
}
.xxgk_list li.sp03 a{
  background-image:url(../images/ico12.png);	
}
.xxgk_list li.sp04 a{
  background-image:url(../images/ico13.png);	
}
.xxgk_list li.sp05 a{
  background-image:url(../images/ico14.png);	
}
.xxgk_list li.sp06 a{
  background-image:url(../images/ico15.png);
  line-height:1.2rem;
  padding-top:8px;
  height:50px;
}
.xxgk_list li.sp101 a{
  background-image:url(../images/ico101.png);	
}
.xxgk_list li.sp102 a{
  background-image:url(../images/ico102.png);	
}
.xxgk_list li.sp103 a{
  background-image:url(../images/ico103.png);	
}
.xxgk_list li a em{
  font-size:0.87rem
}

.slide_govinfo_left{ height: 70px; overflow: hidden;}

.list03 li{
  display:block;
  background:url(../images/grey_dot.png) no-repeat 5px 18px;
  padding:10px 0 10px 18px;
  line-height:1.5rem;
  border-bottom:#b8b8b8 dotted 1px;
}
.list03 li .riqi{
  color:#999;
  padding:0 0 0 10px;
  font-size:0.87rem;
}
.list03 li:last-child{
  border:none;
}
.box01 .box01_con_gggs{
  padding:5px 2px 0;
}
.box01 .box01_con_gggs .zx_btn{
  position:absolute;
  right:50px;
  top:12px;
}
/*gov info slide*/
.slide_govinfo { clear: both; position: relative; padding-bottom:12px ;}
.slide_govinfo .hd{ position: absolute;left:0;bottom:0;width:100%; z-index: 10;}
.slide_govinfo .hd ul{ text-align: center;}
.slide_govinfo .hd ul li{ margin:0 3px;display: inline-block;width:12px; height: 12px; border-radius: 100%; background: #dcdcdc; font-size: 0;}
.slide_govinfo .hd ul li.on{ background: #d50000;}

.list04{
  padding:22px 0 0;
}
.list04 li{
  float:left;
  width:33.1%;
  height:127px;
  text-align:center;
  border-right:#e0e6f3 solid 1px;
}
.list04 li:last-child{
  border:none;
}
.list04 li a{
  color:#1a4b91
}
.list04 li a:hover{
  color:#e40900
}
.list04 li .img{
  display:block;
  width:78px;
  height:61px;
  padding:17px 0 0;
  margin:0 auto;
  background:#4669b5;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-repeat:no-repeat;
  background-position:center center;
  transition:All 0.5s ease-in-out;
  -webkit-transition:All 0.5s ease-in-out;
  -moz-transition:All 0.5s ease-in-out;
  -o-transition:All 0.5s ease-in-out;
}
.list04 li .img01{
  background-image:url(../images/ico16.png);
}
.list04 li .img02{
  background-image:url(../images/ico17.png);
}
.list04 li .img03{
  background-image:url(../images/ico18.png);
}
.list04 li .img04{
  background-image:url(../images/ico181.png);
}
.list04 li .img:hover{
  transform: rotateY(360deg);
}
.list04 li .word{
  display:block;
  padding:12px 0 0;
}
.zx_btn{
  margin:0;
}
.zx_btn a{
  display:block;
  float:left;
  margin:0 10px 0 0;
  height:26px;
  line-height:24px;
  padding:0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.zx_btn a.sp01{
  background:#d90b37
}
.zx_btn a.sp02{
  background:#4669b5
}
.zj_list{border-bottom: 1px dashed #CBCBCB;margin: 10px 0;padding: 0 20px 10px;}
.zj_list dl{clear: both;overflow: hidden;}
.zj_list dl dt{line-height: 1.87rem; font-weight:bold; overflow: hidden;}
.zj_list dl dd{line-height: 1.25rem; font-size:0.81rem;padding: 5px 0 3px;}
.zj_list ul li{ color: #787878;line-height: 1.5rem; text-align: right; font-size:0.81rem;}
.zj_list ul li.date{ text-align:left}
.zj_list ul li span {color: #787878; margin:0 10px;}
.zj_list ul li a{ color:#f00; margin-left:1em}
.zj_list ul li .btn_zjz{ display:inline-block; color:#fff; background:#3666a4; height:24px; line-height:24px; padding:0 10px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.zj_list ul li .btn_yjs{ display:inline-block; color:#fff; background:#8b8c8f; height:24px; line-height:24px; padding:0 10px;-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.sty02{
  height:265px;
}
.list03_sp li a{
  display:block;
  width:84%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.spec_page .list03_sp li a{width:78%}

.billboard{ margin-top: 20px;}
.billboard:empty{ display: none;}
.billboard img{width:100%}

.link{
  margin-top:25px;
  min-height:80px;
  height:auto;
  line-height:80px;
  background-color:#fff;
}
.link h3{
  float:left;
  margin-right:20px
}
.link h3 img{
  vertical-align:middle
}
.link>.w1200>a{
  margin:0 20px
}
.link h3{
  padding-left:30px;
  background:url(../images/ico20.png) no-repeat left center;
  color:#1a4b91;
  font-size: 1.1rem;
}

/*custom*/
.link_row{float: left;width:1050px}
.link_row a{margin: 0 1em;}
.link_row a:hover{ text-decoration: underline;}
@media (max-width:1200px){
  .link_row{ clear: both;float: none; box-sizing: border-box; padding-top:1rem ; width:100%;}
}


/*custom*/
.link_row{float: left;width:1050px}
.link_row a{margin: 0 1em;}
.link_row a:hover{ text-decoration: underline;}
@media (max-width:1200px){
  .link_row{ clear: both;float: none; box-sizing: border-box; padding-top:1rem ; width:100%;}
}
/*---------------footer---------------------*/
.footer{
  background:#1a4b91;
  padding:35px 0;
}
.footer p{
  width:1200px;
  margin:0 auto;
  line-height:1.68rem;
  font-size:0.87rem;
  text-align:center;
}

.footer .foot_info{ margin-bottom: 10px; color: #fff; font-size: 1rem;}
.footer .foot_info i{ margin: 0 1rem; font-family: "宋体"; font-size: 14px; font-style: normal;}
.footer .foot_info a:link,.foot_info a:visited{ color:#fff}
.footer .foot_info a:hover{ color: #95cbff;}

.footer p em{
  padding:0 5px;
}
.footer_bot{
  width:1200px;
  margin:0 auto;
  position:relative;
}
.footer_bot a.dzjg_ico{
  position:absolute;
  left:200px;
  top:12px;
}
.footer_bot a.jcjcjcjc{
  position:absolute;
  right:130px;
  top:25px;
}
.floating {
  width:62px;
  top: 388px;
  position: fixed;
  left:50%;
  border:#f5f5f5 solid 1px;
  border-radius:0.5rem;
  background:#fff;
  margin-left:637px;
  z-index:999
}
.floating dl dd {
  position: relative;
  cursor:pointer;
  text-align:center;
  border-bottom:#f5f5f5 solid 1px;
  font-size:0.81rem;
  padding:10px 0;
}
.floating dl dd:last-child{border:none}
.floating dl dd .word{
  padding:5px 0 0
}
.floating .img{ transition: all ease-in 0.2s}
.floating .img:hover{ transform: scale(1.15);}
.floating .img img{max-width: 300px;}
.erweima{
  display:none;
  position:absolute;
  right:64px;
  top:0;
}
.erweima img{
  width:150px;
}

/*右侧小漂浮*/
.right_link a{margin: 0px 0 6px 0;float:left;}
.right_link p{position: absolute;top: 0px;right: 0;}
.right_link p span{width: 15px;height: 15px;background: #fff;font-size: 10px;float: right;line-height: 15px;text-align: center;color: #000;}

@media (min-width: 768px) {
  .m-menu,.menu-btn{
    display:none
  }
}

@media (max-width: 1200px) {
  body{ background: #fff;}
  .header{ margin-bottom: 0.5rem;}
  /*头部nav*/
  .nav,.slh_wza,.floating{
    display:none
  }
  .head_top{
    height:auto;
    padding:8px 0;
  }
  .head_top_inner{
    width:100%
  }
  .head_top_inner .wel{
    line-height:normal;
    margin:0 0 0 10px;
    font-size:1rem
  }
  .head_top_inner .user{
    float:right;
    margin:0 10px 0 0;
    font-size:1rem
  }
  .head_top_inner i, .head_top_inner em{ padding: 0;}
  .userList{top:30px;right:0;width:30vw}
  .head_top_inner .edtion{
    display:none;
  }
  .banner{
    display: flex;
    align-items:center;
    height:35vw;
    background: #dbebfe;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dbebfe), to(#f9fcff));
    background: -webkit-linear-gradient(#dbebfe, #f9fcff);
    background: -moz-linear-gradient(#dbebfe, #f9fcff);
    background: -ms-linear-gradient(#dbebfe, #f9fcff);
    background: -o-linear-gradient(#dbebfe, #f9fcff);
    background: linear-gradient(#dbebfe, #f9fcff);
    -pie-background: linear-gradient(#dbebfe, #f9fcff);
    box-shadow: 0 8px 8px rgba(28,94,178,0.1);
  }
  .banner .logo{
    text-align:center;
    padding:20px 0 0;
  }
  .banner .logo img{
    width:85%
  }
  .site_renshe .banner .slogan{
    text-align:center;
    padding: 10px 0 10px
  }
  .site_renshe .banner .slogan img{
    width:50%;
  }


  .topnews{
    display:none;
    width:94%;
    padding:20px 3%
  }
  .topnews h2{
    font-size:1.4rem
  }
  .topnews p{
    font-size:0.9rem;
    padding:10px 0 0
  }
  .main_image{
    width:100%;
    height:75vw;
    margin:0 0 10px;
  }
  .main_image li{
    height:75vw;
  }
  .main_image li .tit{
    width:96%;
    padding:0 2%;
    text-indent:0;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
  }
  .list01 li .riqi,.list02 li .riqi{
    display:none;
  }
  .list01 li a{
    width:100%
  }
  .swiper .swiper-slide ul li{
    width:100%
  }
  .swiper02{
    height:auto
  }
  .swiper02 .swiper-slide ul{
    margin-top:-10px;
  }
  .swiper02 .swiper-slide ul li{
    width:33%;
    margin:10px 0 0;
  }
  .list02 li .tit{
    width:100%
  }
  .xxgk_list{
    padding:0 0 10px 0;
    margin:0;
  }
  .xxgk_list li{
    width:100%;
    margin-left:0 !important
  }
  .xxgk_list li a{
    width:80%;
    padding:0 0 0 20%
  }
  .slide_govinfo_left{ height: auto;}
  .style03 .title ol li{
    font-size:1rem !important
  }
  .box01 .box01_con_gggs .zx_btn{
    top:55px;
    display: flex;
    right:0;
    width:100%
  }
  .box01 .box01_con_gggs .zx_btn a{flex-grow:1; text-align: center; height: 40px; line-height:40px;}
  .table_xj{
    margin:40px 0 0 !important
  }
  .style02{
    margin:10px 0 0
  }
  .list03 li .riqi{
    display:none;
  }
  .list03_sp li a{
    width:95%
  }
  .list04 li{width:50%; border: none;}
  .spec_page .list03_sp li a{width:100%; white-space:initial}

  .col_b li,.col_c li,.col_d li{width:100%}

  .links{
    display:none;
  }
  .footer{
    padding:1em 0;
  }
  .footer_bot{
    width:100%
  }

  .footer p{
    width:95%;
    margin:0 auto
  }
  .footer .foot_info i{ margin: 0 0.3rem;}


  /*---手机导航按钮---*/
  body.hi{ overflow:hidden;}

  .menu-btn{
    position:fixed;
    right:20px;
    bottom:20px;
    width:80px;
    height:80px;
    border:2px solid #1a4b91;
    border-radius:45px;
    z-index:4;
    background-color:white;
    box-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
    text-align:center;
    cursor:pointer;
    color:#1a4b91;
    z-index: 1000;
  }
  .menu-btn:before,
  .menu-btn:after{
    content:'';
    transition:transform .2s linear .1s;
  }
  .menu-btn b,.menu-btn:before,.menu-btn:after{position: absolute; left:18px;top:calc(50% - 2px);display: block;width:44px; height:4px;border-radius: 2px; font-size: 0; background-color:#1a4b91 ;}
  .menu-btn:before{top:22px}
  .menu-btn:after{top:54px}

  .menu-btn b{
    opacity:1;
    transition:all .1s ease-in-out .1s	
  }
  .menu-btn.close b{
    opacity:0
  }
  .menu-btn.close:before{
    transform:rotate(45deg);
    top:calc(50% - 2px);
    transform-origin: center;
  }
  .menu-btn.close:after{
    top:calc(50% - 2px);
    transform:rotate(-45deg);
    transform-origin: center;
  }

  .m-menu{
    position:fixed;
    box-sizing: border-box;
    padding-top: 3rem;
    width:100%;
    height:100%;
    overflow-y:auto;
    box-sizing:border-box;
    top:0;
    background-color:white;
    z-index:199;
    transform:translateX(100%);
    transition:transform .2s linear .1s;
    visibility:hidden
  }
  .m-menu.home dt a{ display: block;}

  .m-menu h2{
    display: none;
    font-size:1.3rem;
    margin:5%
  }
  .m-menu dl{
    padding:0 5%;
  }
  .m-menu dl>dt{
    position:relative;
    font-size:1.25rem;
    font-weight:bold;
    line-height:4rem;
    border-bottom:1px solid #e9e9e9
  }
  .m-menu dl dd{ display: none;}
  .m-menu dl dd>ul{
    margin:2% 3%;
    font-size:1.12rem;
    line-height:2.4rem;
  }

  .m-menu dl>dt:after{
    content:'>';
    position:absolute;
    right:0;
    top:0;
    font-family:'simsun';
    color:#e5e5e5;
    font-weight:bold
  }
  .m-menu.home dl>dt:after{ right: 1rem;z-index:-1}
  .m-menu dl>dt.cur:after{
    transform:rotate(90deg)
  }
  .m-menu dl dd>ul>li>div{
    background-color:#efefef;
    border-radius:8px;
    padding:10px
  }
  .m-menu dl dd>ul>li>div h5{
    font-weight:normal;
    line-height:2.2rem;
    margin-left:10px
  }
  .m-menu dl dd li a{ display: block;}

  .m-menu.open{
    transform:translateX(0);
    transition:transform .2s ease;
    visibility:visible
  }
  /*---手机导航按钮---*/
  .swiper02{ padding-top: 0;}

}
@media (min-width: 768px) and (max-width: 900px) {
  .head_top_inner .wel{
    font-size:1rem
  }
  .head_top_inner .user{
    font-size:1rem
  }
  .style03 .title ol li{
    font-size:1.2rem !important
  }
}



/*-------------------------------------style extend---------------------------------------*/
.searchbox{width:310px}
.searchbox .ipt01{width:240px}
.nav_inner .nav_ul{width:auto}
.nav_inner .quick_nav{float: right; margin-left: 0;}
.topnews p:empty{display: none}
.mobile_btn_older{display:none}

.list01 li,.list02 li,.list03_sp li{ overflow: hidden;zoom:1}
.list01 li a,.list02 li .tit,.list03_sp li a{float:left}
.list02 li .tit em,.list02 li .tit em a{margin-right:0.1em;color:#666;}

@media (max-width: 1200px) {
  html,body{font-size: 18px;}
  .m-menu, .menu-btn {
    display: none;
  }
  .head_top{height: auto;}
  .banner{clear: both;}
  .container{ box-sizing: border-box; width:96%;}
  .header{ margin-bottom: 0.5rem;}
  .head_top_inner{
    width:100%
  }
  .banner{
    display: flex;
    align-items:center;
    height:30vw;
    background:#ddedfd url(../images/banner_fit.jpg) no-repeat bottom center;
  }
  .banner .logo{
    text-align:center;
    padding:0;
  }
  .banner .logo img{
    width:80%
  }
  .site_renshe .banner .slogan{
    display: none;
  }
  .search_wza{display: flex;flex-direction: column;align-items: center;padding:0}
  .search_wza .searchbox,.search_wza .slh_wza{float: none;}
  .search_wza .searchbox{margin:2vw 0}
  .searchbox .btn01{height: auto;}
  .nav{background: #164ca5;height:auto}
  .nav_inner{width:100%;padding:0}
  .nav_inner .nav_ul{width:100%; display: flex;padding:0;  justify-content: space-between;flex-wrap: wrap;}
  .nav_inner .nav_ul li{box-sizing: border-box;padding:0.425rem 0;text-align: center;flex-grow: 1;}
  .nav_inner .quick_nav{ display: none;}
  .nav, .slh_wza{display: block;}

  .main_image{
    width:100%;
    height:60vw;
    margin:0 0 10px;
  }
  .main_image li{
    height:60vw;
  }


  .swiper02{ padding-top: 0;}
  .list_more{ margin-top:0.6rem; text-align: center;}
  .list_more a{ display: inline-block; box-sizing: border-box; width:100%; padding: 0.3rem; background: #e9e9e9; border-radius: 0.6rem; color: #666;font-size: 1.125rem; line-height: 1.8;}
  .list_more a:hover{ background: #3069c6;color: #fff;}
  .xxgk_list{ display: flex; justify-content: space-between; flex-wrap: wrap;}
  .xxgk_list li{width:32%;}
  .list04 li{width:33.1%; border: none;}
  .footer .footer_bot{padding-bottom: 100px;}
  .footer .footer_bot .dzjg_ico,.footer .footer_bot .jcjcjcjc{ position: absolute;bottom:20px;left:50%; top:auto}
  .footer_bot a.dzjg_ico{ transform:translate(-90px,12px)}
  .footer_bot a.jcjcjcjc{right:auto;transform:translate(10px,0)}
}

@media (max-width: 1200px) {
  .topnews{display: block;}
}

@media (max-width: 900px) {

  .banner{height:35vw}
  .xxgk_list li{width:31%;margin-left: 1.5%}
  .xxgk_list li a,.xxgk_list li a:hover{ background-position: -100px 0;}
  .list01 li{line-height: 1.5; background-position: left 18px;}
  .list01 li a{ white-space: normal;}
  .col_b li, .col_c li, .col_d li{width:50%}
  .search_wza .searchbox{display: flex; justify-content: space-around;align-items: center;}
  .search_wza .searchbox .btn01{height: auto;}
  .nav_inner .nav_ul li{width:33.3%}
  .list04 li{width:33.1%; border: none;}
}

@media (max-width:640px) {
  .head_top_inner .wel{ display: none;}
  html,body{font-size: 16px;}
  .head_top_inner .wel{display: none;}
  .head_top_inner .edtion{margin:0}
  .head_top_inner .edtion li{padding:0 8px}
  .head_top_inner .edtion li.ipv6{display: none;}
  .head_top_inner{ display: flex; justify-content: space-between; align-items: center;}
  .head_top_inner .older_mode{margin-right: 1rem;}
  .head_top_inner .older_mode span{ display: block;padding: 0.2rem 0.5rem; background: #164ca5;color:#fff; border-radius: 0.5rem;}
  .banner .logo img{width:90%}
  .banner{
    height:40vw;
    background: #dbebfe;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dbebfe), to(#f9fcff));
    background: -webkit-linear-gradient(#dbebfe, #f9fcff);
    background: -moz-linear-gradient(#dbebfe, #f9fcff);
    background: -ms-linear-gradient(#dbebfe, #f9fcff);
    background: -o-linear-gradient(#dbebfe, #f9fcff);
    background: linear-gradient(#dbebfe, #f9fcff);
    -pie-background: linear-gradient(#dbebfe, #f9fcff);
    box-shadow: 0 8px 8px rgba(28,94,178,0.1);
  }
  .search_wza .searchbox{width:70vw; height: auto; margin-top: 1rem; box-sizing: border-box;  display: flex; justify-content: space-around; align-items: center;}
  .search_wza .searchbox li:first-child{ flex-grow: 1;}
  .search_wza .searchbox li:first-child input{width:100%}
  .search_wza .searchbox li:last-child{ flex-grow: 0;}
  .search_wza .searchbox .btn01{height: auto;}
  .slh_wza{ display: none;}

  .head_top_inner .user{margin-left:10px}
  /*移动端导航顶部释放*/
  .m-menu,
  .menu-btn{
    /*display:block*/
  }
  .nav{margin-top:0;box-shadow: 0 8px 8px rgba(28,94,178,0.1);}
  .nav_inner .nav_ul{padding:0.5rem 0;flex-wrap: wrap;}
  .nav_inner .nav_ul li{position: relative;padding:0;font-size:1rem;line-height:1;}
  .nav_inner .nav_ul li:after{content:'';display:block;width:1px;height:1rem;position:absolute;right:0;top:50%;background: rgba(255,255,255,0.3);z-index: 10;transform: translate(0,-50%);}
  .nav_inner .nav_ul:after,.nav_inner .nav_ul li:nth-child(3):after,.nav_inner .nav_ul li:last-child:after{display:none}
  .nav_inner .nav_ul li.cur {background: transparent;}
  .nav_inner .nav_ul li a{display: block;line-height:2}


  .swiper02 .swiper-slide ul li{width:calc(50% - 1px)}
  .xxgk_list li{width:100%}
  .xxgk_list li a{ background-position:5px 0;;}
  .xxgk_list li a:hover{ background-position: 5px -58px;}

  .info_area_box>div{padding:0.5rem 1rem;height: auto !important;text-indent: 0 !important;line-height: 1.5 !important;width: auto !important;font-size: 14px !important;}
  .info_title { margin-top:1rem;line-height: 1.5 !important; font-size: 1.5rem;}
  .info_content_mid{margin:15px 0}
  body{background-repeat: no-repeat;background-size: auto 30%;}
  .xxgk{ margin-top: 30px;}
  .form_bg{height:auto;margin:20px 0}
  .billboard{display: none;}
  .col_b li, .col_c li, .col_d li{width:100%}
  .head_top_inner i a{ background: none;}
  .mobile_btn_older{display:block}
}

@media (min-width:640px) {
  .head_top_inner .older_mode{display: none;}
}
/*规划公示*/
.ny_search .part{
  width:100&;
  height:64px;
  background:#f3f3f3;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ny_search .part ul{
  margin:14px 0 0 20px;
}
.ny_search .part ul li{
  float:left;
}
.ny_search .part .ipt02{
  width:320px;
  padding:5px 10px;
  height:24px;
  border:#dfdfdf solid 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin:0 10px; font-size:16px;
}
.ny_search .part .btn02{margin:0 0 0 -10px}
.tableXm{
  margin:10px 0 0;
}
.tableXm_th{
  height:40px;
  line-height:40px;
  background:#f2f4f7;
  color:#3d8ddc;
}
.tableXm_th dt,.tableXm_td dt{
  float:left;
  width:38%;
  text-indent:10px;
}
.tableXm_th dt, .tableXm_td dt:nth-child(1)::before{content: "项目名称："; color:#4c76be; font-weight: bold;}
.tableXm_th dt, .tableXm_td dt:nth-child(2)::before{content: "单位名称："; color:#4c76be; font-weight: bold;}
.tableXm_th dd,.tableXm_td dd{
  float:left;
  width:10%;
}
.tableXm_th dd span,.tableXm_td dd span{
  display:inline-block;
  width:33.3%;
  text-align:center;
}
.tableXm_th dd.col_b span,.tableXm_td dd.col_b span{
  width:50%;
}
.tableXm_row_two .tableXj_th dd span,.tableXm_row_two .tableXj_td dd span{
  width:50%
}
.tableXm_td dd span{
  color:#777
}
.tableXm_td{
  padding:10px 0;
  border-bottom:#e6e6e6 solid 1px;
}

@media (max-width: 640px) {
  .tableXm_th{
    display:none;
  }
  .tableXm_th dt, .tableXm_td dt{
    width:100%;
    text-indent:0
  }
  .tableXm_th dd, .tableXm_td dd{
    /*! display: none; */
    width:100% ;
    padding:8px 0 0;
    text-align: right;
  }
  .ny_search .part{height:auto;}
  .ny_search .part .ipt02{width:100%;}
  .ny_search .part .btn02{margin:0 10px; border-radius: 3px;}
  .ny_search .part ul li{float: none;margin: 10px;}

}
